@charset "utf-8";

/* CSS Document */

.header {
    padding: 16px 0;
    width: 100%;
    background: url(../images/headbg.jpg) top center no-repeat;
}

.header .w1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .search-box {
    float: left;
    width: 236px;
    height: 36px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #D2D2D2;
    overflow: hidden;
}

.header .search-box input {
    float: left;
    padding-left: 15px;
    width: 200px;
    height: 34px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.header .search-box button {
    width: 34px;
    height: 34px;
    border: 0;
    background: #fff;
}

.login-btn {
    float: left;
    display: block;
    margin-left: 10px;
    width: 68px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    background: #03499F;
}

/*.login-btn img {*/
/*    margin-right: 5px;*/
/*}*/

.login-out-btn {
    float: left;
    display: block;
    margin-left: 10px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    background: #03499F;
}

.nav {
    width: 100%;
    height: 50px;
    background: #03499F;
}

.nav ul {
    padding: 0;
    list-style: none;
}

.nav>ul>li {
    float: left;
    position: relative;
    width: calc(100% / 7);
}

.nav>ul>li a {
    display: block;
}

.nav>ul>li>a {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 20px;
    background: #fff;
    z-index: 99;
}
.nav>ul>li:last-child>a::after{
    display: none;
}

.nav>ul>li:hover,
.nav>ul>li.active {
    background: #1560BC;
}

.nav>ul>li .menu-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #1560BC;
    z-index: 99;
}

.nav>ul>li .menu-nav li {
    border-bottom: 1px solid #fff;
}

.nav>ul>li .menu-nav li:last-child {
    border-bottom: 0;
}

.nav>ul>li .menu-nav li a {
    padding: 8px 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}

.nav>ul>li .menu-nav li:hover {
    background: #03499F;
}

.notice-section {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
}

.notice-section .notice-title {
    float: left;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #0952A4;
}

.notice-section .notice-title h6 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.notice-section .notice-content {
    margin-left: 80px;
    padding: 22px 0;
    padding-left: 30px;
    padding-right: 40px;
    height: 80px;
    background: #ECF2F9;
    overflow: hidden;
}

.notice-slide {
    position: relative;
    width: 100%;
    height: 36px;
}

.notice-slide .swiper {
    padding-right: 20px;
    height: 36px;
}

.notice-slide .swiper .news-item {
    padding-left: 17px;
    background: url(../images/libg.png) left center no-repeat;
}

.notice-slide .swiper .news-item a {
    display: block;
    max-width: 90%;
    font-size: 20px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-slide .swiper-button-next,
.notice-slide .swiper-button-prev {
    width: 20px;
    height: 10px;
    outline: none;
}

.notice-slide .swiper-button-next:after,
.notice-slide .swiper-button-prev:after {
    display: none;
}

.notice-slide .swiper-button-next,
.notice-slide .swiper-button-prev {
    right: 0;
    left: inherit;
    left: initial;
    margin: 0;
}

.notice-slide .swiper-button-prev {
    top: 0;
    background: url(../images/icon3.png) no-repeat;
}

.notice-slide .swiper-button-next {
    background: url(../images/icon3_2.png) no-repeat;
}

.notice-slide .swiper-button-next,
.notice-slide .swiper-rtl .swiper-button-prev {
    top: inherit;
    top: initial;
    bottom: 0;
}

.section {
    width: 100%;
    overflow: hidden;
}

.section1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-slide {
    width: 705px;
    height: 400px;
    overflow: hidden;
}

.news-slide .img-box {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.news-slide .img-box .cover-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    padding-right: 200px;
    background: rgba(0, 0, 0, .5);
}

.news-slide .img-box .cover-title p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-slide .swiper-pagination {
    padding-right: 15px;
    text-align: right;
}

.news-slide .swiper-horizontal>.swiper-pagination-bullets,
.news-slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.news-slide .swiper-pagination-custom,
.news-slide .swiper-pagination-fraction {
    bottom: 14px;
}

.swiper-pagination-bullet {
    outline: none;
}

.news-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .5;
    background: #fff;
}

.news-slide .swiper-pagination-bullet-active {
    opacity: 1;
}

.notice-section2 {
    width: 475px;
    background: #fff;
    overflow: hidden;
}

.section-title {
    padding-right: 20px;
    width: 100%;
    height: 50px;
    background: #ECF2F9;
    overflow: hidden;
}

.section-title h6 {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background: #03499F;
}

.section-title h6 img {
    margin-right: 16px;
}

.section-title .more {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 50px;
}

.news-list {
    margin: 10px 20px;
    overflow: hidden;
}

.news-list li {
    overflow: hidden;
}

.news-list li.two {
    padding-left: 15px;
    font-size: 16px;
    line-height: 36px;
    background: url(../images/libg2.png) left center no-repeat;
}

.news-list li.two a {
    display: block;
    float: left;
    max-width: 75%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li.two .time {
    float: right;
    color: #999;
}

.qucik-list {
    margin: 0 -10px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.qucik-list li {
    float: left;
    padding: 0 10px;
    width: calc(100% / 7);
}

.qucik-list li .item-box {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.qucik-list li .item-box a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.qucik-list li .item-box .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 51px;
}

.qucik-list li .item-box p {
    margin-top: 7px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.qucik-list li:nth-child(1) .item-box {
    background: #0E6A99;
}

.qucik-list li:nth-child(2) .item-box {
    background: #3B9193;
}

.qucik-list li:nth-child(3) .item-box {
    background: #94C429;
}

.qucik-list li:nth-child(4) .item-box {
    background: #059CEA;
}

.qucik-list li:nth-child(5) .item-box {
    background: #23AA3D;
}

.qucik-list li:nth-child(6) .item-box {
    background: #F9C031;
}

.qucik-list li:nth-child(7) .item-box {
    background: #F49730;
}

.section2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.news-section {
    padding: 0 20px;
    width: 590px;
    background: #fff;
    border: 1px solid #F2F2F2;
    border-top: 3px solid #1081D9;
}

.section-title2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.section-title2 h6 {
    font-size: 18px;
    color: #333;
}

.section-title2 h6 img {
    margin-right: 10px;
}

.section-title2 .more {
    font-size: 14px;
    color: #999;
}

.news-section .news-list {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.news-section:nth-child(2) .news-list {
    margin-top: 10px;
}

.news-section .news-list .two {
    font-size: 14px;
}

.news-list li.first {
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-list li.first .img-box {
    float: left;
    width: 170px;
    height: 122px;
    overflow: hidden;
}

.news-list li.first .item-cont {
    margin-left: 190px;
    overflow: hidden;
}

.news-list li.first .item-cont h6 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li.first .item-cont p {
    font-size: 14px;
    line-height: 20px;
}

.news-list li.first .item-cont .item-text {
    margin-bottom: 20px;
    height: 40px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news-list li.first .item-cont .item-time {
    color: #999;
}

.footer {
    padding: 25px 0;
    background: #03499F;
    overflow: hidden;
}

.footer .w1200 {
    display: flex;
    justify-content: space-between;
}

.footer .foot-left p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.footer .foot-right {
    text-align: center;
}

.footer .foot-right img {
    width: 115px;
    height: 115px;
}

.footer .foot-right p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.adve-slide {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
}

.adve-slide .img-box img {
    width: 100%;
}

.adve-slide .swiper-pagination-bullet {
    background: #fff;
}

.page-content {
    margin-bottom: 20px;
    width: 100%;
}

.sidenav {
    float: left;
    width: 240px;
}

.sidenav .sidenav-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    height: 80px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #03499F;
}

.sidenav-list {
    background: #fff;
    overflow: hidden;
}

.sidenav-list,
.sidenav-list ul {
    padding: 0;
    list-style: none;
}

.sidenav-list ul li {
    overflow: hidden;
}

.sidenav-list a {
    display: block;
}

.sidenav-list>li>.item-tit {
    padding-left: 20px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.sidenav-list>li>.item-tit>a {
    margin-right: 20px;
    padding: 18px 0;
    padding-bottom: 17px;
    padding-right: 20px;
    background: url(../images/icon15.png) right center no-repeat;
    border-bottom: 1px dashed #e3e3e3;
}

.sidenav-list>li:last-child>.item-tit>a {
    border-bottom: 0;
}

.sidenav-list>li:hover>.item-tit,
.sidenav-list>li.active>.item-tit {
    color: #03499F;
    background: url(../images/libg3.jpg) left center no-repeat;
}

.sidenav-list>li:hover>.item-tit>a,
.sidenav-list>li.active>.item-tit>a {
    background: url(../images/icon15_2.png) right center no-repeat;
}

.sidenav-list>li.more.active>.item-tit>a {
    background: url(../images/icon15_3.png) right center no-repeat;
}

.sidenav-list>li .third-nav {
    display: none;
    background: #F2F2F2;
}

.sidenav-list>li.more.active .third-nav {
    display: block;
}

.sidenav-list>li .third-nav>li>.item-tit {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.sidenav-list>li .third-nav>li>.item-tit>a {
    padding: 10px 0;
    padding-right: 28px;
    width: calc(100% - 5px);
    font-size: 16px;
    color: #333;
}

.sidenav-list>li .third-nav>li.more>.item-tit>a {
    background: url(../images/icon16.png) 90% center no-repeat;
}

.sidenav-list>li .third-nav>li.more:hover>.item-tit>a {
    background: url(../images/icon16_3.png) 90% center no-repeat;
}

.sidenav-list>li .third-nav>li.more.active>.item-tit>a {
    background: url(../images/icon16_2.png) 90% center no-repeat;
}

.sidenav-list>li .third-nav>li>.item-tit .libg {
    display: inline-block;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background: #666;
}

.sidenav-list>li .third-nav>li:hover>.item-tit,
.sidenav-list>li .third-nav>li.active>.item-tit {
    background: #03499F;
}

.sidenav-list>li .third-nav>li:hover>.item-tit>a,
.sidenav-list>li .third-nav>li.active>.item-tit>a {
    color: #fff;
}

.sidenav-list>li .third-nav>li:hover>.item-tit .libg,
.sidenav-list>li .third-nav>li.active>.item-tit .libg {
    background: #fff;
}

.sidenav-list>li .third-nav>li .fourth-nav {
    display: none;
    padding: 5px 35px;
    background: #E9E9E9;
}

.sidenav-list>li .third-nav>li.more.active .fourth-nav {
    display: block;
}

.sidenav-list>li .third-nav>li .fourth-nav li a {
    padding: 7px 0;
    font-size: 16px;
    color: #333;
}

.sidenav-list>li .third-nav>li .fourth-nav li:hover a,
.sidenav-list>li .third-nav>li .fourth-nav li.active a {
    color: #03499F;
}

.cont-right {
    float: right;
    padding: 20px;
    width: 940px;
    min-height: calc(100vh - 592px);
    background: #fff;
}

.page-title {
    width: 100%;
    height: 40px;
    background: url(../images/pagetit.png) bottom no-repeat;
}

.page-title h6 {
    float: left;
    font-size: 20px;
    color: #03499F;
}

.breadcrumb {
    float: right;
    font-size: 14px;
    color: #999;
}

.breadcrumb a,
.breadcrumb span {
    display: block;
    float: left;
}

.breadcrumb span {
    margin: 0 5px;
}

.first-list {
    padding: 0;
    margin-top: 15px;
    list-style: none;
    overflow: hidden;
}

.first-list li {
    padding: 13px 0;
    padding-left: 20px;
    font-size: 16px;
    background: url(../images/libg4.png) left center no-repeat;
    border-bottom: 1px dashed #ECECEE;
    overflow: hidden;
}

.first-list li a {
    display: block;
    float: left;
    max-width: 80%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-list li .time {
    float: right;
    color: #999;
}

.introduction-section {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.introduction-title {
    width: 100%;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.introduction-text {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.introduction-text,
.introduction-text p {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.introduction-text img,
.introduction-text p img {
    max-width: 100%;
}

.member-search {
    margin-top: 20px;
    overflow: hidden;
}

.member-search .input-group {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    overflow: hidden;
}

.member-search .input-group:nth-child(3) {
    margin-right: 20px;
}

.member-search .input-group .item-tit {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.member-search .input-group .item-cont {
    float: left;
    overflow: hidden;
}

.member-search .input-group .item-cont input {
    float: left;
    width: 220px;
    height: 40px;
    font-size: 16px;
    color: #666;
    border: 1px solid #E6E6E6;
}

.member-search .input-group .item-cont .img-box {
    float: left;
    margin-left: 5px;
    width: 100px;
    height: 40px;
    text-align: center;
    overflow: hidden;
}

.member-search .input-group .item-cont .img-box img {
    max-width: 95%;
    height: 40px;
}

.member-search .input-group button {
    width: 80px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #03499F;
    border-radius: 4px;
}

.member-search .input-group button img {
    margin-right: 10px;
}

.member-table {
    width: 100%;
    overflow: hidden;
}

.member-table table {
    width: 100%;
    border: 1px solid #E6E6E6;
}

.member-table table thead tr th {
    padding: 10px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: #F7F8FA;
    border: 1px solid #E6E6E6;
}

.member-table table tbody tr td {
    padding: 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #E6E6E6;
}

.two-list {
    margin: 20px -10px;
    margin-bottom: -15px;
    padding: 0;
    list-style: none;
}

.two-list li {
    float: left;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 25%;
}

.two-list li .img-box {
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.two-list li .item-box p {
    margin: 0 5px;
    margin-top: 10px;
    height: 48px;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.three-list {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    overflow: hidden;
}

.three-list li {
    padding: 20px 0;
    border-bottom: 1px solid #DEDEDE;
    overflow: hidden;
}

.three-list li .img-box {
    float: left;
    width: 200px;
    height: 135px;
    overflow: hidden;
}

.three-list li .item-cont {
    margin-left: 220px;
    overflow: hidden;
}

.three-list li .item-cont h6 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three-list li .item-cont p {
    font-size: 14px;
    line-height: 21px;
}

.three-list li .item-cont .item-text {
    margin-top: 10px;
    height: 63px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.three-list li .item-cont .item-time {
    margin-top: 15px;
    color: #999;
}

.login-pop-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.login-pop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-pop .login-pop-cont {
    width: 400px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.login-pop .login-pop-cont .login-pop-title {
    padding: 15px 20px;
    border-bottom: 1px solid #CECECE;
    overflow: hidden;
}

.login-pop .login-pop-cont .login-pop-title h6 {
    float: left;
    font-size: 24px;
    color: #03499F;
    font-weight: normal;
}

.login-pop .login-pop-cont .login-pop-title .close-btn {
    float: right;
    margin-top: 7px;
}

.login-pop .login-pop-cont .login-pop-cont-box {
    padding: 30px 50px;
    overflow: hidden;
}

.login-pop .login-pop-cont .login-form {
    width: 100%;
    overflow: hidden;
}

.login-pop .login-pop-cont .login-form .input-group {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #DADADA;
    overflow: hidden;
}

.login-pop .login-pop-cont .login-form .input-group .icon-box {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
}

.login-pop .login-pop-cont .login-form .input-group input {
    padding-left: 45px;
    width: 100%;
    height: 38px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.login-pop .login-pop-cont .login-form button {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    background: #0E66CE;
}
.el-pagination{
    display: inline-block;
    float: left;
    padding: 0 5px !important;
}
.el-pagination.is-background .el-pager li{
    width: 34px;
    height: 34px;
    font-size: 14px;
    color: #ccc !important;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #ccc;
}
.el-pagination.is-background .el-pager li:not(.disabled).active,
.el-pager li.active,.el-pagination.is-background .el-pager li:hover,
.el-pagination.is-background .btn-next:hover,.el-pagination.is-background .btn-prev:hover,.pages .btn-prev:hover{
    color: #fff !important;
    border: 1px solid #03499F !important;
    background: #03499F !important;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev,
.pages .btn-prev{
    width: 88px;
    height: 34px;
    font-size: 14px;
    color: #ccc !important;
    text-align: center;
    line-height: 32px;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #ccc;
}



/* 滑过样式 */

.notice-slide .swiper .news-item a:hover,
.section-title .more:hover,
.news-list li a:hover,
.section-title2 .more:hover,
.news-list li.first a:hover .item-cont h6,
.breadcrumb a:hover,
.breadcrumb a.active,
.first-list li a:hover,
.two-list li .item-box:hover p,
.three-list li a:hover .item-cont h6,
.NewsPages a:hover {
    color: #03499F;
}

.news-slide .img-box img,
.news-list li.first .img-box img,
.two-list li .item-box .img-box img,
.three-list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.news-slide .img-box:hover img,
.news-list li.first a:hover .img-box img,
.two-list li .item-box:hover .img-box img,
.three-list li a:hover .img-box img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.search-btn,
.m-nav-btn,
.m-nav-pop {
    display: none;
}

@media screen and (min-width:0px) and (max-width:1340px) {
    .w1200 {
        width: 90%;
    }
    .news-slide {
        width: 58%;
    }
    .notice-section2 {
        width: 39%;
    }
    .news-section {
        width: 49%;
    }
    .sidenav {
        width: 20%;
    }
    .cont-right {
        width: 78%;
    }
}

@media screen and (min-width:0px) and (max-width:1195px) {
    .news-list li.two a {
        max-width: 65%;
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
    .w1200 {
        width: calc(100% - 30px);
    }
    .nav,
    .header .search-box {
        display: none;
    }
    .header {
        position: relative;
        padding: 15px 0;
    }
    .header .logo img {
        height: 60px;
    }
    .login-btn {
        margin-left: 0;
    }
    .search-btn,
    .m-nav-btn {
        display: block;
        float: left;
        margin-top: 8px;
        margin-left: 10px;
    }
    .m-nav-btn {
        margin-top: 9px;
    }
    .header .head-right .m-nav-btn img {
        width: 20px;
    }
    .header .search-box {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        z-index: 999;
    }
    .header .search-box input {
        width: calc(100% - 34px);
    }
    .m-nav-pop {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 102;
        left: 100%;
        top: 0;
        display: block;
        transition: left 0.3s;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
    }
    .m-nav-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 18px;
    }
    .m-nav-close img {
        width: 100%;
    }
    .m-nav-list {
        padding: 0;
        list-style: none;
        position: relative;
        margin-top: 45px;
    }
    .m-nav-list ul {
        padding: 0;
        list-style: none;
    }
    .m-nav-list li {
        padding: 0 20px;
        font-size: 16px;
        color: #666;
    }
    .m-nav-list li {
        border-bottom: 1px solid #dcdcdc;
    }
    .m-nav-list>li a {
        display: block;
        padding: 14px 0;
    }
    .m-nav-list li.more {
        background: url(../images/icon20.png) 95% 20px no-repeat;
        background-size: 16px;
    }
    .m-nav-list li .menu-nav {
        display: none;
    }
    .m-nav-list li.more.active {
        border-bottom: 0;
        background: url(../images/icon20_2.png) 95% 20px no-repeat;
        background-size: 16px;
    }
    .m-nav-list li .menu-nav li ul {
        display: none;
    }
    .m-nav-list li .menu-nav li ul li a {
        padding: 10px 0;
        font-size: 14px;
    }
    .notice-section {
        margin: 15px 0;
    }
    .notice-section .notice-title {
        padding: 0 10px;
        width: 65px;
        height: 65px;
    }
    .notice-section .notice-title h6 {
        font-size: 18px;
        text-align: center;
    }
    .notice-section .notice-content {
        margin-left: 65px;
        padding: 6px 10px;
        height: 65px;
    }
    .notice-slide,
    .notice-slide .swiper,
    .notice-slide .swiper .news-item {
        height: 53px;
    }
    .notice-slide .swiper .news-item a {
        font-size: 16px;
        line-height: 53px;
    }
    .section1 {
        display: block;
        margin-bottom: 15px;
    }
    .news-slide {
        margin-bottom: 15px;
        width: 100%;
        height: 195px;
    }
    .news-slide .img-box {
        height: 195px;
    }
    .news-slide .img-box .cover-title {
        padding: 5px 10px;
        padding-right: 90px;
    }
    .news-slide .img-box .cover-title p {
        font-size: 14px;
    }
    .news-slide .swiper-horizontal>.swiper-pagination-bullets,
    .news-slide .swiper-pagination-bullets.swiper-pagination-horizontal,
    .news-slide .swiper-pagination-custom,
    .news-slide .swiper-pagination-fraction {
        bottom: 9px;
    }
    .news-slide .swiper-pagination {
        padding-right: 10px;
    }
    .notice-section2 {
        width: 100%;
    }
    .section-title {
        padding-right: 10px;
        height: 40px;
    }
    .section-title h6 {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }
    .section-title h6 img {
        margin-right: 6px;
    }
    .section-title .more {
        line-height: 40px;
    }
    .news-list {
        margin: 10px 15px;
    }
    .news-list li.two {
        font-size: 14px;
        line-height: 28px;
    }
    .qucik-list li .item-box {
        height: 105px;
    }
    .qucik-list li .item-box .icon-box {
        height: 45px;
    }
    .qucik-list li .item-box .icon-box img {
        max-height: 45px;
    }
    .qucik-list li .item-box p {
        font-size: 16px;
    }
    .section2 {
        display: block;
        margin-bottom: 0;
    }
    .news-section {
        margin-bottom: 15px;
        padding: 0 15px;
        width: 100%;
    }
    .section-title2 {
        padding-top: 10px;
    }
    .adve-slide {
        margin: 15px 0;
    }
    .sidenav,
    .cont-right {
        float: none;
        width: 100%;
    }
    .sidenav {
        margin-bottom: 15px;
    }
    .sidenav .sidenav-title {
        height: 45px;
        font-size: 18px;
    }
    .cont-right {
        padding: 15px;
    }
    .page-title {
        height: auto;
        padding-bottom: 15px;
        overflow: hidden;
    }
    .page-title h6 {
        font-size: 16px;
    }
    .breadcrumb {
        display: none;
    }
    .first-list {
        margin-top: 10px;
    }
    .first-list li {
        padding: 10px 0;
        padding-left: 20px;
        font-size: 14px;
    }
    .first-list li a {
        max-width: 65%;
    }
    .two-list li .img-box {
        height: 104px;
    }
}

@media screen and (min-width:0px) and (max-width:640px) {
    .qucik-list {
        margin: 0 -5px;
        margin-bottom: 0;
    }
    .qucik-list li {
        padding: 0 5px;
        margin-bottom: 15px;
        width: 33%;
    }
    .section-title2 h6 {
        font-size: 16px;
    }
    .news-list li.first {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .news-list li.first .img-box {
        width: 115px;
        height: 82px;
    }
    .news-list li.first .item-cont {
        margin-left: 130px;
    }
    .news-list li.first .item-cont h6 {
        margin-bottom: 2px;
        font-size: 14px;
    }
    .news-list li.first .item-cont p {
        font-size: 12px;
    }
    .news-list li.first .item-cont .item-text {
        margin-bottom: 2px;
    }
    .footer {
        padding: 15px 0;
    }
    .footer .w1200 {
        display: block;
    }
    .footer .foot-left p,
    .footer .foot-right p {
        font-size: 12px;
        line-height: 22px;
    }
    .footer .foot-right {
        margin-top: 20px;
    }
    .footer .foot-right p {
        margin-top: 5px;
    }
    .pages {
        margin-top: 15px;
    }
    .pages .pagination li {
        margin-right: -1px;
        border-radius: 0;
    }
    .pages .pagination li.first,
    .pages .pagination li.last,
    .pages .pagination li.prev,
    .pages .pagination li.next {
        padding: 0 5px;
        width: auto !important;
    }
    .pages .pagination li.first,
    .pages .pagination li.last{
        display: none;
    }
    .sidenav-list>li>.item-tit {
        font-size: 16px;
    }
    .sidenav-list>li>.item-tit>a {
        padding: 15px 0;
        padding-right: 20px;
    }
    .sidenav-list>li .third-nav>li>.item-tit>a {
        padding: 6px 0;
        padding-right: 28px;
        font-size: 14px;
    }
    .sidenav-list>li .third-nav>li .fourth-nav {
        padding: 5px 30px;
    }
    .sidenav-list>li .third-nav>li .fourth-nav li a {
        padding: 4px 0;
        font-size: 12px;
    }
    .introduction-section {
        margin-top: 15px;
    }
    .introduction-title {
        font-size: 18px;
    }
    .introduction-text {
        margin-top: 10px;
    }
    .introduction-text,
    .introduction-text p,
    .NewsText,
    .NewsText p {
        font-size: 14px;
        line-height: 1.89;
    }
    .member-search {
        margin-top: 10px;
    }
    .member-search .input-group,
    .member-search .input-group .item-tit,
    .member-search .input-group .item-cont {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .member-search .input-group {
        margin-bottom: 10px;
    }
    .member-search .input-group .item-tit {
        font-size: 14px;
        line-height: 30px;
    }
    .member-search .input-group .item-cont input {
        float: none;
        width: 100%;
        height: 30px;
        font-size: 14px;
    }
    .member-search .input-group .item-cont input.yzm-input {
        float: left;
        width: calc(100% - 120px);
    }
    .member-search .input-group .item-cont .img-box {
        float: right;
        height: 30px;
    }
    .member-search .input-group .item-cont .img-box img {
        max-height: 30px;
    }
    .member-search .input-group button {
        height: 30px;
        font-size: 14px;
    }
    .member-table table tbody tr td:first-child,
    .member-table table tbody tr td:last-child {
        white-space: nowrap;
    }
    .two-list {
        margin: 15px -5px;
        margin-bottom: -15px;
    }
    .two-list li {
        padding: 0 5px;
        width: 50%;
    }
    .two-list li .img-box {
        height: 98px;
    }
    .two-list li .item-box p {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .three-list {
        margin-top: 5px;
    }
    .three-list li {
        padding: 15px 0;
    }
    .three-list li .img-box {
        width: 115px;
        height: 78px;
    }
    .three-list li .item-cont {
        margin-left: 130px;
    }
    .three-list li .item-cont h6 {
        font-size: 14px;
    }
    .three-list li .item-cont p {
        font-size: 12px;
    }
    .three-list li .item-cont .item-text {
        margin-top: 2px;
        height: 42px;
        -webkit-line-clamp: 2;
    }
    .three-list li .item-cont .item-time {
        margin-top: 2px;
    }
    .TextTitle {
        padding-top: 15px;
    }
    .TextTitle h5 {
        font-size: 18px;
    }
    .TextTitle .shar .share_items {
        display: none;
    }
    .NewsPages {
        padding-top: 3px;
    }
    .NewsPages a {
        margin-top: 5px;
    }
    .login-pop .login-pop-cont {
        width: 90%;
    }
    .login-pop .login-pop-cont .login-pop-title h6 {
        font-size: 18px;
    }
    .login-pop .login-pop-cont .login-pop-title {
        padding: 10px 15px;
    }
    .login-pop .login-pop-cont .login-pop-cont-box {
        padding: 20px 15px;
    }
    .login-pop .login-pop-cont .login-form .input-group {
        margin-bottom: 20px;
    }
    .el-pagination{
        padding:0 !important;
    }
    .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
        margin: 0 !important;
    }
    .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .pages .btn-prev{
        width: auto;
        padding: 0 5px !important;
        margin-right: -1px !important;
        border-radius: 0 !important;
    }
    .el-pagination.is-background .el-pager li{
        margin-right: -1px !important;
        border-radius: 0 !important;
    }
}
